fix typos in src/doc/manifest.md
authorNathan Froyd <froydnj@gmail.com>
Sat, 23 Jul 2016 05:15:09 +0000 (01:15 -0400)
committerNathan Froyd <froydnj@gmail.com>
Sat, 23 Jul 2016 05:16:45 +0000 (01:16 -0400)
src/doc/manifest.md

index 89abd9260635264098ab384382e92c991a5ebaa7..1c5ea784c2d05cc2299adb458743529e2699f420 100644 (file)
@@ -472,7 +472,7 @@ All of the  `[[bin]]`, `[lib]`, `[[bench]]`, `[[test]]`, and `[[example]]`
 sections support similar configuration for specifying how a target should be
 built. The double-bracket sections like `[[bin]]` are array-of-table of
 [TOML](https://github.com/toml-lang/toml#array-of-tables), which means you can
-wirte more than one `[[bin]]` sections to make serval executables in your crate.
+write more than one `[[bin]]` section to make several executables in your crate.
 
 The example below uses `[lib]`, but it also applies to all other sections
 as well. All values listed are the defaults for that option unless otherwise